[class*=woocommerce] .entry-wrap {
    padding: 0px;
}

.entry-wrap {
    box-shadow: none;
}

.entry-content {
    margin-top: 0;
}


/*=============================================
=               Buttons styles                =
=============================================*/

.a-btn {
    border-radius: 100em;
    padding: 15px 30px;
    min-width: 185px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.a-btn--blue-ink {
    background-color: #0D2548;
    color: #fff;
}

.a-btn--blue-ink:hover {
    background-color: #fff;
    color: #0D2548;
}

.a-btn--white-transp {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}

/*=====     End of Buttons styles      ======*/


/*=============================================
=                   Blocks                    =
=============================================*/

.bubble-box::before {
    content: '';
    width: 293px;
    height: 293px;
    border-radius: 146px 146px 0 146px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
}

@media screen and (max-width: 979px) {
    .bubble-box::before {
        content: '';
        width: 234px;
        height: 234px;
        border-radius: 117px 117px 0 117px;

    }
}

@media screen and (max-width: 767px) {
    .bubble-box::before {
        content: '';
        width: 147px;
        height: 147px;
        border-radius: 73px 73px 0 73px;

    }
}

.bubble-box--red::before {
    background-color: #E9242C;
}

.leaf-box::before {
    content: '';
    width: 368px;
    height: 243px;
    border-radius: 121px 0 121px 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
}

@media screen and (max-width: 980px) {
    .leaf-box::before {
        content: '';
        width: 294px;
        height: 194px;
        border-radius: 97px 0 97px 0;

    }
}

@media screen and (max-width: 768px) {
    .leaf-box::before {
        content: '';
        width: 336px;
        height: 222px;
        border-radius: 111px 0 111px 0;

    }
}

@media screen and (max-width: 370px) {
    .leaf-box::before {
        width: 100%;
    }
}

.leaf-box--red::before {
    background-color: #E9242C;
}


/*----------  Glide slider styles  ----------*/

.glide__bullet {
    width: 8px;
    height: 8px;
    background-color: #fff !important;
    border-radius: 100px;
    margin-right: 8px;
    display: inline-block !important;
}

.glide__bullet--active {
    background-color: #E9242C !important;
}


/*============  End of Blocks  ==============*/

